[v-cloak]{
    display: none;
}

.login-wrap {
    display: flex;
    height: 100vh;
    width: 100%;
}

.left-wrap {
    overflow: auto;
    width: 50%;
    min-width: 580px;
    /* max-width: 960px; */
    height: 100%;
    box-sizing: border-box;
    background-color: #555;
}

.left-content-wrap {
    margin: 150px 62px 0;
    font-weight: 400;
    color: #fff;
}

.swiper-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    border-radius: 10px;
}

.swiper-slide {
    position: relative;
    display: flex;
    box-sizing: border-box;
    padding: 5px;
    border-radius: 10px;
    background-color: #fff;
}

.active-slide {
    box-sizing: border-box;
    border: 1px solid #FF7900;
}

.lab-style {
    width: 100%;
    /* 设置图片宽度为100% */
    height: 100%;
    /* 设置图片最大高度为100% */
    object-fit: contain;
    /* 图片自适应容器高度并保持宽高比不变 */
    cursor: pointer;
}

.content-arrow {
    position: absolute;
    bottom: -10px;
    left: 45%;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    border-top: 0;
    transition: 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.content-arrow::before {
    position: absolute;
    content: '';
    left: -20px;
    bottom: -30px;
    width: 40px;
    height: 20px;
    border-radius: 10px;
    background-color: #fff;
}

.swiper-button-next,
.swiper-button-prev {
    z-index: 100;
    width: 27px;
    height: calc(100% - 40px);
    margin-top: 0;
    top: 0;
    color: #fff;
    background-color: rgba(121, 121, 121, .32);
}

.swiper-button-next::after,
.swiper-button-prev::after {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.disable {
    cursor: not-allowed;
    color: rgba(255, 255, 255, .32);
    background-color: rgba(121, 121, 121, .1);
}

.swiper-button-prev {
    left: 0;
    border-radius: 10px 0 0 10px;
}

.swiper-button-next {
    right: 0;
    border-radius: 0 10px 10px 0;
}

.project-preview-content {
    z-index: 99;
    position: relative;
    top: -31px;
    width: 100%;
}

.project-preview {
    margin-bottom: 24px;
    border-radius: 10px;
}

.content-text {
    margin-bottom: 16px;
    font-size: 30px;
    line-height: 42px;
}

.content-state {
    font-size: 18px;
    line-height: 25px;
}

.right-wrap {
    width: 50%;
    min-width: 580px;
    height: 100%;
}

.header-box-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 90px;
    padding: 0 32px 0 48px;
    margin-bottom: 100px;
    box-shadow: 0px 2px 4px 0px rgba(240, 240, 240, 0.49)
}

.head-left {
    display: flex;
    align-items: center;
}

.logo {
    width: 107px;
    height: 40px;
    margin-right: 14px;
    cursor: pointer;
}

.logo-style {
    height: 100%;
    width: 100%;
    /* object-fit: cover; */
}

.slogan-text {
    color: #545454;
}

.big-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 1px;
}

.litle-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 6px;
}

.nav-icon {
    font-size: 28px;
    color: #666;
    cursor: pointer;
}

.nav-icon:not(:last-child) {
    margin-right: 24px;
}

.login-content-wrap {
    width: 538px;
    margin: 0 auto;
}

.head-title-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}

.iconfanhui {
    margin-right: 26px;
}

.head-title {
    font-size: 30px;
    font-weight: 500;
    line-height: 42px;
    color: #333;
}

.content-item {
    position: relative;
    display: block;
    margin-bottom: 32px;
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    font-size: 16px;
    line-height: 60px;
    color: #666;
}

.content-item input {
    height: 100%;
    width: 100%;
    outline: none;
    padding: 0 10px 0 48px;
    font-size: 16px;
    font-weight: 400;
    border: none;
    box-sizing: border-box;
    transition: .3s cubic-bezier(0, 0, .2, 1);
    background-color: #f7f7f7;
}

.content-item .iconfont:active {
    color: #0256CE;
}

.content-item .iconnicheng,
.iconmima,
.iconyanzhengma,
.iconshouji {
    position: absolute;
    top: 0;
    left: 20px;
}

.content-item .iconchakan,
.item-limit {
    position: absolute;
    top: 0;
    right: 10px;
}

.register {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 48px 0 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #333;
}

.link-style:not(:last-child) {
    margin-right: 22px;
}

.forgot-link {
    color: #333;
}

.register-link {
    color: #FF7900;
}

.content-btn {
    width: 100%;
    height: 60px;
    margin-bottom: 32px;
    font-size: 20px;
    font-weight: 500;
    line-height: 60px;
    border-radius: 4px;
    color: #fff;
    background-color: #FF7900;
    transition: .3s cubic-bezier(0, 0, .2, 1);
    cursor: pointer;
}

.word-style {
    margin-bottom: 32px;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    color: #999;
}

.login-footer {
    margin-bottom: 32px;
}

.login-list {
    display: flex;
    align-items: center;
}

.login-item {
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    cursor: pointer;
}

.login-item:not(:last-child) {
    margin-right: 24px;
}

.middle-item {
    flex:1;
    width: 162px;
    height: 70px;
    font-size: 16px;
    line-height: 70px;
    color: #333;
}

.iconduanxin {
    margin-right: 10px;
    font-size: 30px;
    vertical-align: bottom;
    color: #FF7900;
}

.min-item {
    width: 70px;
    height: 70px;
    padding: 4px;
    box-sizing: border-box;
}

.agreement {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #333;
}

.agreement-bottom {
    margin-bottom: 24px;
}

/* 底部文案 */
.login-tag {
    position: absolute;
    width: 538px;
    bottom: 32px;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    color: #999;
}

.tag-head {
    margin-bottom: 10px;
}

/* 验证码登录样式 */
.content-tip {
    position: absolute;
    top: 0;
    right: 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: 60px;
    color: #FF7900;
}

/* 授权登录 */
.authorize-bg {
    /*padding: 48px 40px;*/
    box-sizing: border-box;
    width: 100%;
    background-color: #f7f7f7;
    border-radius: 10px;
}

.authorize-head-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.authorize-head {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}

.logo-wrap {
    margin-right: 8px;
    width: 33px;
    height: 33px;
    border-radius: 50%;
}

.logo-border-radius {
    border-radius: 50%;
}

.project-name {
    margin-right: 5px;
    font-size: 24px;
    font-weight: 500;
    line-height: 33px;
    color: #333;
}

.login-status {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #666;
}

.avatar {
    margin-bottom: 24px;
    width: 92px;
    height: 92px;
    border-radius: 50%;
}

.authorize-name {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    color: #333;
}

.authorize-phone {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #666;
}

.login-btns {
    width: 380px;
}

.uid {
    margin-bottom: 32px;
}

.authorize-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 12px;
    color: #999;
}

.authorize-text:not(:last-child) {
    margin-bottom: 10px;
}

.active-text {
    color: #FF7900;
}

/* 复用的common.css样式，从而去掉对common.css的引用 */
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

button {
    padding: 0;
    margin: 0;
    border: 1px solid transparent;
    outline: none;
    transition: .3s cubic-bezier(0, 0, 0.2, 1);
}

button:active {
    transform: scale(.97) perspective(100) rotateX(-12deg);
}

textarea,
input,
span {
    outline: none;
}

textarea {
    resize: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* 防止滚动条出现页面抖动 */
html {
    overflow-y: scroll;
}

:root {
    overflow-y: auto;
    overflow-y: overlay;
    /* overflow-x: hidden; */
}

:root body {
    position: absolute;
}

body {
    width: 100vw;
    margin: 0px;
    padding: 0px;
    /*overflow: overlay;*/
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    display: block;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(79, 80, 81, 0.2);
}

/*在谷歌下移除input[number]的上下箭头*/
input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}

/*在firefox下移除input[number]的上下箭头*/
input[type="number"] {
    -moz-appearance: textfield;
}

.tc {
    text-align: center;
}